From b6e282317db6b9edcd528d482f955a7f3e979de5 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Thu, 13 Aug 2026 15:30:04 +0000 Subject: [PATCH] Correct error message checking ROLES.Participant against DepartDate --- db/schemas/lib/triggers/create/biography_data.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/lib/triggers/create/biography_data.m4 b/db/schemas/lib/triggers/create/biography_data.m4 index 7e2d27b..fb62f77 100644 --- a/db/schemas/lib/triggers/create/biography_data.m4 +++ b/db/schemas/lib/triggers/create/biography_data.m4 @@ -801,7 +801,7 @@ CREATE OR REPLACE FUNCTION biography_data_func () , DETAIL = 'An individual cannot particpate in a follow (be a' || ' ROLES.Participant) after' || ' their departure from the study' - || ' (before BIOGRAPHY_DATA.EntryDate)' + || ' (after BIOGRAPHY_DATA.DepartDate)' || ': Key (AnimID) = (' || NEW.animid || '): Value (DepartDate) = (' -- 2.34.1